home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AviSynthPlugins / YV12InterlacedReduceBy2.xml < prev   
Extensible Markup Language  |  2004-10-01  |  2KB  |  31 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="YV12InterlacedReduceBy2">
  4.   <description>InterlacedReduceBy2 is a fast Reduce By 2 filter, usefull as a very fast downsize of an interlaced clip.</description>
  5.   <filters>
  6.     <filter name="YV12InterlacedReduceBy2" category="Resizers" helpfile="yv12interlacedreduceby2" type="clip">
  7.       <description>InterlacedReduceBy2 is a fast Reduce By 2 filter. It works by taking only the even (starting with 0) pixels from the top field. So it will reduce both the width and height by a factor of 2. It blends the chroma slightly to avoid YV12 chroma delay.</description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.       </colorspaces>
  11.       <parameters>
  12.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  13.           <description />
  14.           <items />
  15.         </parameter>
  16.       </parameters>
  17.     </filter>
  18.     <filter name="YV12InterlacedSelectTopFields" category="Resizers" helpfile="yv12interlacedreduceby2" type="clip">
  19.       <description>(). This will select top fields only and adjust for chroma delay but leave the width unchanged.</description>
  20.       <colorspaces>
  21.         <colorspace>yv12</colorspace>
  22.       </colorspaces>
  23.       <parameters>
  24.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  25.           <description />
  26.           <items />
  27.         </parameter>
  28.       </parameters>
  29.     </filter>
  30.   </filters>
  31. </plugin>